branchwiseguys/main/NetworkEntity mask fixcancel

3 Commits over 0 Days - ∞cph!

8 Years Ago
Better mask fix. Since the ID is never used for anything except masking, it might as well be saved directly as a bitmask.
8 Years Ago
Fixed setdirty using a mask
8 Years Ago
Converting NetworkEntity dirty flag mask, which didn't work with the base-10 NetworkEntityBehaviour IDs, into a HashSet that does.